home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en"><HEAD><TITLE>Add a Search Interface</TITLE></HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
-
- <H2>Add a Search Interface</H2>
-
- <dtml-var "HelpSys.HelpButton('ZSearch-Interface_Add.stx','OFSP')">
-
- <form action="manage_addZSearch" method="POST">
-
- <P>
- A Search Interface allows you to search Zope databases.
- The Search Interface will create a
- search-input form and a report for displaying the search results.
- </P>
-
- <P>
- In the form below, <EM>seachable objects</EM> are the objects
- (usually Z SQL Methods) to be searched. <EM>Report Id</EM> and
- <EM>Search Input Id</EM> are the ids of the
- report and search form objects that will be created.
- <EM>Report Style</EM> indicates the type of report to generate.
- </P>
-
- <table>
-
- <tr> <th align='LEFT'>Select one<br>or more<br>searchable objects</th>
- <td align='LEFT'><select name="queries:list" size=4 multiple>
- <dtml-in ZQueryIds>
- <option><dtml-var sequence-item></option>
- </dtml-in>
- </select></td></tr>
- <tr> <th align='LEFT'>Report Id</th>
- <td align='LEFT'><input name="report_id" size="40"></td></tr>
- <tr> <th align='LEFT'><em>Report Title<em></th>
- <td align='LEFT'><input name="report_title" size="40"></td></tr>
- <tr> <th align='LEFT'>Report Style</th>
- <td align='LEFT'><select name='report_style:int'>
- <option value="0">Tabular</option>
- <option value="1">Records</option>
- </select></td></tr>
- <tr> <th align='LEFT'><em>Search Input Id<em></th>
- <td align='LEFT'><input name="input_id" size="40"></td></tr>
- <tr> <th align='LEFT'><em>Search Input Title</em></th>
- <td align='LEFT'><input name="input_title" size="40"></td></tr>
-
- <tr><td></td><td><input type="SUBMIT" name="SUBMIT" value="Add"></td></tr>
-
- </table></form></body></html>
-
-